Extension point webPermission
In component org.nuxeo.ecm.platform.annotations.configuration.service.WebAnnotationConfigurationService
Documentation
This extension point let you contribute a class that defines if a document can be annotated or not via the GWT UI.
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.annotations.configuration.service.WebPermissionDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="webPermission" target="org.nuxeo.ecm.platform.annotations.configuration.service.WebAnnotationConfigurationService"> <webPermission class="org.nuxeo.ecm.platform.annotations.gwt.server.configuration.DefaultWebPermission"/> </extension>